The signal is emitted when a command should be executed. This might be something like :wq or :e <path>.
If the application chooses to implement this, it should return %TRUE from this signal to indicate the command has been handled.
%TRUE if handled; otherwise %FALSE.
5.4
See Implementation
The signal is emitted when a command should be executed. This might be something like :wq or :e <path>.
If the application chooses to implement this, it should return %TRUE from this signal to indicate the command has been handled.